Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(trie): removing a blinded leaf should result in an error #11869

Merged
merged 4 commits into from
Oct 22, 2024

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Oct 18, 2024

// If the path wasn't present in `values`, we still need to walk the trie and ensure that
// there is no node at the path. When a leaf node is a blinded `Hash`, it will have an entry
// in `nodes`, but not in the `values`.

@shekhirin shekhirin added C-bug An unexpected or incorrect behavior A-trie Related to Merkle Patricia Trie implementation labels Oct 18, 2024
@shekhirin shekhirin marked this pull request as ready for review October 18, 2024 09:46
Copy link
Member

@rkrasiuk rkrasiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

@rkrasiuk rkrasiuk added this pull request to the merge queue Oct 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Oct 21, 2024
@shekhirin shekhirin added this pull request to the merge queue Oct 22, 2024
Merged via the queue into main with commit b3015c7 Oct 22, 2024
39 checks passed
@shekhirin shekhirin deleted the alexey/remove-leaf-blinded branch October 22, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-trie Related to Merkle Patricia Trie implementation C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants